golang.org/x/text/cases.context.hasPrefix (method)
8 uses
golang.org/x/text/cases (current package)
context.go#L161: func (c *context) hasPrefix(s string) bool {
map.go#L253: } else if !c.hasPrefix("Σ") {
map.go#L433: if !c.hasPrefix("Σ") {
map.go#L673: if c.hasPrefix("\u0307") {
map.go#L734: if c.hasPrefix("\u0130") { // İ
map.go#L752: if c.hasPrefix("\u0307") {
map.go#L813: if c.hasPrefix("'") || c.hasPrefix("’") {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)